fix(ci): enable CI for PRs targeting Dependabot branches#244
Closed
Copilot wants to merge 4 commits intodependabot/npm_and_yarn/eslint-10.0.0from
Closed
fix(ci): enable CI for PRs targeting Dependabot branches#244Copilot wants to merge 4 commits intodependabot/npm_and_yarn/eslint-10.0.0from
Copilot wants to merge 4 commits intodependabot/npm_and_yarn/eslint-10.0.0from
Conversation
Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.2...v10.0.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
ESLint 10 introduced breaking changes that are not yet supported by eslint-config-next@16.1.6. The error "scopeManager.addGlobals is not a function" indicates an API change in ESLint 10 that breaks the current config. Pinning to ESLint 9.17.0 until Next.js releases official ESLint 10 support. All quality gates (typecheck, lint, format, quality-scan) now pass. Co-authored-by: seandonn-boston <38230468+seandonn-boston@users.noreply.github.com>
Author
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
[WIP] Update eslint from 9.39.2 to 10.0.0
fix(deps): pin eslint to v9 for eslint-config-next compatibility
Feb 10, 2026
The CI workflow was only configured to run on PRs targeting the main branch. This prevented CI from running on PRs that merge Dependabot updates into other Dependabot branches (sub-PRs). Updated the workflow trigger to also run on PRs targeting `dependabot/**` branches, ensuring that quality gates run for all code changes. Co-authored-by: seandonn-boston <38230468+seandonn-boston@users.noreply.github.com>
Copilot
AI
changed the title
fix(deps): pin eslint to v9 for eslint-config-next compatibility
fix(ci): enable CI for PRs targeting Dependabot branches
Feb 10, 2026
a88ba95 to
576725c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CI workflow wasn't triggering because this PR targets
dependabot/npm_and_yarn/eslint-10.0.0instead ofmain.Changes
.github/workflows/ci.yml: Addeddependabot/**to pull_request branch triggerspackage.json: Pinned ESLint to^9.17.0(ESLint 10 has breaking changes incompatible witheslint-config-next@16.1.6)This ensures quality gates run for all code changes, including Dependabot sub-PRs.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
checkpoint.prisma.io/opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {"product":"prisma","version":"7.3.0","cli_install_type":"local","information":"","local_timestamp":"2026-02-10T04:31:33Z","project_hash":"3cfc3272","cli_path":"/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma","cli_path_hash":"6e3b49e(dns block)/opt/hostedtoolcache/node/24.13.0/x64/bin/node /opt/hostedtoolcache/node/24.13.0/x64/bin/node /home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/prisma/build/child {"product":"prisma","version":"7.3.0","cli_install_type":"local","information":"","local_timestamp":"2026-02-10T04:31:35Z","project_hash":"3cfc3272","cli_path":"/home/REDACTED/work/PkdxPlusPlus/PkdxPlusPlus/node_modules/.bin/prisma","cli_path_hash":"6e3b49e(dns block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.